home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue43 / tooltips / Hints2U.dfm / Hints2U.txt
Encoding:
Text File  |  1999-01-25  |  756 b   |  36 lines

  1. object Form1: TForm1
  2.   Left = 192
  3.   Top = 107
  4.   Width = 394
  5.   Height = 258
  6.   Caption = 'Hints Example 2'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   OnCreate = FormCreate
  13.   TextHeight = 13
  14.   object SG: TStringGrid
  15.     Left = 8
  16.     Top = 16
  17.     Width = 368
  18.     Height = 201
  19.     ColCount = 15
  20.     DefaultColWidth = 25
  21.     DefaultRowHeight = 18
  22.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing, goEditing]
  23.     ParentShowHint = False
  24.     RowCount = 10
  25.     ShowHint = False
  26.     TabOrder = 0
  27.     OnMouseMove = SGMouseMove
  28.   end
  29.   object Timer1: TTimer
  30.     Interval = 100
  31.     OnTimer = Timer1Timer
  32.     Left = 184
  33.     Top = 104
  34.   end
  35. end
  36.